﻿2026-08-25T16:22:30.0525895Z ##[group]Run actions/checkout@v5
2026-08-25T16:22:30.0526878Z with:
2026-08-25T16:22:30.0527389Z   repository: BigscreenVR/spt-bs-core
2026-08-25T16:22:30.0532353Z   token: ***
2026-08-25T16:22:30.0532882Z   ssh-strict: true
2026-08-25T16:22:30.0533371Z   ssh-user: git
2026-08-25T16:22:30.0533853Z   persist-credentials: true
2026-08-25T16:22:30.0534444Z   clean: true
2026-08-25T16:22:30.0534925Z   sparse-checkout-cone-mode: true
2026-08-25T16:22:30.0535511Z   fetch-depth: 1
2026-08-25T16:22:30.0535987Z   fetch-tags: false
2026-08-25T16:22:30.0536462Z   show-progress: true
2026-08-25T16:22:30.0536964Z   lfs: false
2026-08-25T16:22:30.0537434Z   submodules: false
2026-08-25T16:22:30.0538041Z   set-safe-directory: true
2026-08-25T16:22:30.0538606Z   allow-unsafe-pr-checkout: false
2026-08-25T16:22:30.0539319Z ##[endgroup]
2026-08-25T16:22:30.2599133Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-25T16:22:30.2601312Z ##[group]Getting Git version info
2026-08-25T16:22:30.2602243Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-08-25T16:22:30.2829797Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-08-25T16:22:30.3096188Z git version 2.43.0.windows.1
2026-08-25T16:22:30.3119970Z ##[endgroup]
2026-08-25T16:22:30.3127866Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\aedc2d3d-cccf-47a3-b479-cf0dfce84af6\.gitconfig'
2026-08-25T16:22:30.3141485Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\aedc2d3d-cccf-47a3-b479-cf0dfce84af6' before making global git config changes
2026-08-25T16:22:30.3143058Z Adding repository directory to the temporary git global config as a safe directory
2026-08-25T16:22:30.3146424Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-08-25T16:22:30.3444386Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-08-25T16:22:30.3697166Z https://github.com/BigscreenVR/spt-bs-core
2026-08-25T16:22:30.3721956Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-25T16:22:30.3726196Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-25T16:22:30.3982586Z refs/heads/golden/field-seal-225-r2
2026-08-25T16:22:30.4011440Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-08-25T16:22:30.4466098Z HEAD is now at 561d5c5d5 test(daemon): strengthen input-ack viewer oracle
2026-08-25T16:22:30.6853368Z ##[endgroup]
2026-08-25T16:22:30.6856863Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-08-25T16:22:31.2805515Z ##[group]Cleaning the repository
2026-08-25T16:22:31.2809246Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-08-25T16:22:32.9699472Z Removing bench-ledger/
2026-08-25T16:22:32.9699880Z Removing target/
2026-08-25T16:22:32.9731016Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-08-25T16:22:33.0436757Z HEAD is now at 561d5c5d5 test(daemon): strengthen input-ack viewer oracle
2026-08-25T16:22:33.0460632Z ##[endgroup]
2026-08-25T16:22:33.0464786Z ##[group]Disabling automatic garbage collection
2026-08-25T16:22:33.0469893Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-08-25T16:22:33.0747969Z ##[endgroup]
2026-08-25T16:22:33.0748391Z ##[group]Setting up auth
2026-08-25T16:22:33.0754627Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-25T16:22:33.1021633Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-08-25T16:22:33.6688747Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-25T16:22:33.6967886Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-08-25T16:22:34.4585151Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-25T16:22:34.4853149Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-08-25T16:22:35.2352896Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-08-25T16:22:35.2768633Z ##[endgroup]
2026-08-25T16:22:35.2769431Z ##[group]Fetching the repository
2026-08-25T16:22:35.2779922Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +561d5c5d5d536eab18767ce7ab3e24b5f49e8a4b:refs/remotes/origin/golden/field-seal-225-r2
2026-08-25T16:22:36.0814765Z ##[endgroup]
2026-08-25T16:22:36.0815172Z ##[group]Determining the checkout info
2026-08-25T16:22:36.0815930Z ##[endgroup]
2026-08-25T16:22:36.0821456Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-08-25T16:22:36.1149982Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-08-25T16:22:36.1443556Z ##[group]Checking out the ref
2026-08-25T16:22:36.1448292Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B golden/field-seal-225-r2 refs/remotes/origin/golden/field-seal-225-r2
2026-08-25T16:22:36.2034635Z branch 'golden/field-seal-225-r2' set up to track 'origin/golden/field-seal-225-r2'.
2026-08-25T16:22:36.2035069Z Your branch is up to date with 'origin/golden/field-seal-225-r2'.
2026-08-25T16:22:36.2035513Z Switched to and reset branch 'golden/field-seal-225-r2'
2026-08-25T16:22:36.2056349Z ##[endgroup]
2026-08-25T16:22:36.2400524Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-08-25T16:22:36.2770618Z 561d5c5d5d536eab18767ce7ab3e24b5f49e8a4b
